home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / NederlandMX.dxr / Internal_89_History aanvullen voor credist en www.ls < prev    next >
Encoding:
Text File  |  2004-06-24  |  206 b   |  13 lines

  1. on mouseUp
  2.   global history, naam
  3.   if history.count > 1 then
  4.     if history[history.count] = naam then
  5.       nothing()
  6.     else
  7.       history.add(naam)
  8.     end if
  9.   else
  10.     history.add(naam)
  11.   end if
  12. end
  13.